-
Notifications
You must be signed in to change notification settings - Fork 1.4k
[PyROOT] Move CPython extensions in subdirectories #15310
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Test Results 19 files 19 suites 3d 10h 46m 13s ⏱️ Results for commit 0e277c3. ♻️ This comment has been updated with latest results. |
5bcf33c
to
15e6162
Compare
dc560e3
to
9e24937
Compare
1d3a0c8
to
760027a
Compare
I am re-running all tests since we had some failures a while ago. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, as long as all tests pass.
@guitargeek it seems this generates several segfaults, basically on all plarforms, but only for some tests: do you manage to make sense of those? |
0a70e44
to
dc94d64
Compare
dc94d64
to
cae535e
Compare
f786a65
to
2dffbee
Compare
Only the TerminalInteractiveShell will use the input hooks that are registered via terminal.pt_inputhooks, so for other shells the `%gui ROOT` magic command will not do anything anyway. It's better to not run it then, in order to avoid errors about the `ROOT` gui not being available.
296168e
to
0e277c3
Compare
Closes #14917.